04. Bodacious Udacity

Bodacious Udacity

Question:

Start Quiz:

# Given the variables s and t defined as:
s = 'udacity'
t = 'bodacious'
# write Python code that prints out udacious
# without using any quote characters in
# your code.








Solution: